From: Gert Wollny Date: Tue, 5 Jan 2016 20:43:33 +0000 (+0100) Subject: Do not install the *.cmake files. X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~299 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cea7eb4a4fdb7156c331ca27bbf7f0ff83f5f05a;p=dcmtk.git Do not install the *.cmake files. * The *.cmake files pull in dependencies that are not required for compiling * ITK messes things up with these files installed. --- diff --git a/debian/changelog b/debian/changelog index a9292539..a8707caf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +dcmtk (3.6.1~20150924-4) unstable; urgency=medium + + * Do not install DCMTK*.cmake files, they break things. + cmake's FindDCMTK handles this case better without these files. + + -- Gert Wollny Tue, 05 Jan 2016 21:42:56 +0100 + dcmtk (3.6.1~20150924-2) unstable; urgency=medium * Update internal use of DCMDICT path Closes: #807691 diff --git a/debian/libdcmtk-dev.install b/debian/libdcmtk-dev.install index 182f0fac..2c5ae4ae 100644 --- a/debian/libdcmtk-dev.install +++ b/debian/libdcmtk-dev.install @@ -1,3 +1,2 @@ usr/include/dcmtk/* -usr/lib/*.so -usr/lib/cmake/ +usr/lib/*.so \ No newline at end of file